home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso / pc / assets / aki-soundtrack.dcr / 00044_play.ls < prev    next >
Encoding:
Text File  |  2001-07-20  |  265 b   |  18 lines

  1. global whichTrack, isPlaying
  2.  
  3. on mouseDown
  4.   puppetSound(2, "Clicker")
  5.   puppetSound(1, "sound0" & whichTrack)
  6.   isPlaying = 1
  7.   set the blend of sprite 29 to 30
  8.   set the blend of sprite 30 to 0
  9. end
  10.  
  11. on mouseEnter
  12.   cursor(280)
  13. end
  14.  
  15. on mouseLeave
  16.   cursor(-1)
  17. end
  18.